Insert Method

Summary
Inserts an item to the IList at the specified index.
Syntax
C#
C++/CLI
public void Insert( 
   int index, 
   T item 
) 
public: 
void Insert(  
   int index, 
   T^ item 
)  

Parameters

index
The zero-based index at which  item should be inserted.

item
The object to insert into the IList.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
System.NotSupportedExceptionThe IList is read-only.
Requirements

Target Platforms

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.